Method ExecuteAsync<TProps>(IRedbMigration<TProps>, bool, string?)
Execute all migrations from configuration
public Task<List<MigrationResult>> ExecuteAsync<TProps>(IRedbMigration<TProps> migration, bool dryRun = false, string? appliedBy = null) where TProps : class